home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / lotus / lotus013.dsk / IVFLT08.DLL / string.txt < prev   
Text File  |  1995-09-08  |  9KB  |  171 lines

  1. 3800    Unknown SQL statement
  2. 3801    CREATE must be followed by TABLE or INDEX
  3. 3802    DROP must be followed by TABLE or INDEX
  4. 3803    Unexpected text at end of SQL statement: %s1 
  5. 3804    Keyword found more than once : %s1 
  6. 3805    Unknown option: %s1
  7. 3810    Cannot create file: %s1 
  8. 3811    Cannot delete file: %s1 
  9. 3812    The filename extension is invalid: %s1 
  10. 3813    The filename does not exist: %s1
  11. 3820    Missing table name in CREATE TABLE statement
  12. 3821    Missing left parenthesis in CREATE TABLE statement
  13. 3822    Column name contains illegal characters: %s1 
  14. 3823    Column name too long: %s1 
  15. 3824    Missing right parenthesis in CREATE TABLE statement
  16. 3825    Unknown datatype in CREATE TABLE statement: %s1 
  17. 3826    The column limit of %n1 has been exceeded.
  18. 3827    Table name too long: %s1 
  19. 3830    Missing index name in CREATE INDEX statement
  20. 3831    Missing ON keyword in CREATE INDEX statement
  21. 3832    Missing table name in CREATE INDEX statement
  22. 3833    Missing left parenthesis in CREATE INDEX statement
  23. 3834    Missing right parenthesis in CREATE INDEX statement
  24. 3835    Index name too long: %s1 
  25. 3836    Cannot have create index statements within a transaction.
  26. 3837    Unknown create index option: %s1
  27. 3838    Cannot create index with a pre-existing index name: %s1 
  28. 3840    Missing INTO keyword in INSERT statement
  29. 3841    Missing table name in INSERT statement
  30. 3842    Column names in an INSERT statement must be followed by a ',' or ')'
  31. 3843    Missing VALUES keyword in INSERT statement
  32. 3844    Missing left parenthesis in INSERT statement
  33. 3845    Values in an INSERT statement must be followed by a ',' or ')'
  34. 3846    An incorrect number of values appear in the VALUES clause of an INSERT statement
  35. 3847    An expression was found in the column list of an INSERT statement
  36. 3848    A column name was found in the values list of an INSERT statement
  37. 3849    An INSERT value didn't match the data type of its corresponding column
  38. 3850    Missing table name in UPDATE statement
  39. 3851    Missing SET keyword in UPDATE statement
  40. 3852    Missing column name in UPDATE statement
  41. 3853    Missing '=' following column name in UPDATE statement: %s1 
  42. 3854    Mismatched parentheses in expression for a column in an UPDATE statement: %s1 
  43. 3855    Star (*) references are not allowed in UPDATE statements
  44. 3856    An expression was found where an UPDATE column name should appear
  45. 3857    An UPDATE expression didn't match the data type of its corresponding column
  46. 3858    Missing field name in UPDATE statement
  47. 3859    UPDATE and DELETE statements cannot contain GROUP BY or UNION clauses.
  48. 3860    Missing FROM keyword in DELETE statement
  49. 3861    Missing table name in DELETE statement
  50. 3862    CURRENT OF cursor is only allowed on UPDATE and DELETE statements.
  51. 3863    The SELECT statement referenced cannot be used in a CURRENT OF cursor operation.
  52. 3865    Cannot modify a table which has been opened read only.
  53. 3870    Missing table name in DROP TABLE statement
  54. 3880    Missing index name in DROP INDEX statement
  55. 3881    Missing table name in DROP INDEX statement
  56. 3900    Missing SQL Clause:  %s1.
  57. 3901    Where clause must evaluate to TRUE or FALSE
  58. 3902    Extra characters at end of query:  %s1.
  59. 3903    Field not found: %s1 
  60. 3904    Ambiguous field name, qualify with file name: %s1 
  61. 3905    An empty SQL clause was found
  62. 3906    Syntax error in ORDER BY clause: %s1 
  63. 3909    Missing table name in SELECT statement
  64. 3920    Unknown Function: %s1 
  65. 3921    String function offset out of range: %s1
  66. 3922    Missing right parenthesis
  67. 3923    Field not found: %s1 
  68. 3924    Incompatible datatypes in expression : %s1 
  69. 3925    Invalid operator: %s1 
  70. 3926    Argument has wrong data type in function: %s1
  71. 3927    Incorrect number of arguments to function: %s1
  72. 3928    Invalid column number in ORDER BY clause: %s1 
  73. 3929    More than one field has this name: %s1
  74. 3930    Invalid logical constant: %s1 
  75. 3931    Value expected but not found
  76. 3932    BETWEEN operator is missing AND
  77. 3933    Incompatible datatypes in function 
  78. 3934    Missing left parenthesis
  79. 3935    Parentheses nested too deeply.  Maximum nesting depth is 25.
  80. 3936    Aggregate functions are not allowed in either the WHERE clause or the GROUP BY clause.
  81. 3937    Cannot have constant in GROUP BY clause.
  82. 3938    Incorrect minute: %s1 
  83. 3939    Incorrect second: %s1 
  84. 3940    Invalid date value: %s1 
  85. 3941    Incorrect month: %s1 
  86. 3942    Incorrect day: %s1 
  87. 3943    Incorrect hour: %s1 
  88. 3944    Floating point exception.  Query aborted!
  89. 3945    String results cannot be greater than 1024 characters.  Query aborted!
  90. 3946    Stack overflow in expression evaluator.  Query aborted!
  91. 3948    Data truncated. 
  92. 3949    Invalid scale specified.
  93. 3950    Error in data conversion : 
  94. 3951    Your record is too big to perform the sort required for DISTINCT, GROUP BY, ORDER BY, or UNION.  Try reducing the number of columns in the SELECT statement.
  95. 3952    Value to CHR function must be between 1 and 255.
  96. 3953    Join in update is not allowed.
  97. 3956    Union in update is not allowed.
  98. 3957    Group in update is not allowed.
  99. 3958    Distinct in update is not allowed.
  100. 3959    The record to be locked has been deleted or changed.
  101. 3960    More than one record in the table matches the values in the current record.
  102. 3961    The record is locked by another user.
  103. 3965    Cannot pack, the file is in use.
  104. 3966    Cannot pack in the middle of a transaction.
  105. 3970    The GROUP BY clause contains an empty expression.
  106. 3971    All non-aggregate fields in a select statement with a group by clause must be specified in the group by clause.
  107. 3972    Trying to find the average of a group which does not have any values.
  108. 3973    Cannot have nested aggregate functions : 
  109. 3974    Fields mentioned in the Having clause must be aggregates or in the Group By clause.
  110. 3975    There must be a Group By clause in order to have a Having clause. 
  111. 3976    Count (distinct *) is not valid ansi sql.
  112. 3977    GROUP BY statements cannot be updated.
  113. 3978    The outer join operators *= and =* should not appear in the HAVING clause.
  114. 3979    Each SELECT statement in a UNION must return the same number of columns.
  115. 3980    The data types of column %n1 in the SELECT statements of a UNION are not compatible.
  116. 3981    The order by clause in union statement can appear only at the end of the statement.
  117. 3982    The order by clause must specify the position of the column in select statements having union.
  118. 3983    FOR UPDATE OF clause cannot be used with UNION.
  119. 3990    The order by clause can contain only those columns that are in the select statements when using distinct. 
  120. 3991    The ORDER BY clause contains an empty expression.
  121. 3995    A sub query cannot return more than one column.
  122. 3996    The sub query returns more than one record.
  123. 3997    Subqueries cannot contain an ORDER BY or FOR UPDATE OF clause.
  124. 4000    Value has not yet been provided for the bind parameters.
  125. 4001    Parameter number %n1 is not legal.  Parameters are not allowed in the select list, group by list, in aggregates, etc.
  126. 4002    The SQL type given for parameter %n1 is inconsistent with its use in the SQL Statement.
  127. 4010    File already exists: %s1
  128. 4011    You cannot update blank fields in an outer join
  129. 4012    No options available
  130. 4013    Cursor name not found in the currently active list of statements : %s1
  131. 4014    Corrupt database file, record read error
  132. 4015    Invalid file format: %s1
  133. 4016    The database is encrypted and cannot be used
  134. 4017    Invalid file name extension: %s1
  135. 4018    Operation aborted!
  136. 4019    You cannot save to a file that is already open: %s1
  137. 4020    Column identifier %s1 is not a valid name.
  138. 4021    Table name %s1 is not a valid name.
  139. 4022    Invalid type name given for column %s1.
  140. 4023    Expecting creation parameters for column %s1.
  141. 4024    Expecting a positive integer value for column %s1's width or precision.
  142. 4025    Width or precision for column %s1 may not be greater than %n2.
  143. 4026    Expecting precision and scale for column %s1.
  144. 4027    Expecting a positive integer value for column %s1's scale.
  145. 4028    Scale for column %s1 cannot be greater than the precision (%n2).
  146. 4029    Expecting ')' for column %s1.
  147. 4030    Expecting a ',' after the definition of column number %n1.
  148. 4031    Expecting ON table-name
  149. 4032    index-name syntax should be: [index-qualifier.]index-identifier
  150. 4033    Invalid index qualifier: %s1.
  151. 4034    Invalid index name %s1.
  152. 4035    You cannot delete a file that is already open: %s1
  153. 4036    Table does not exist: %s1
  154. 4037    Cannot create an index for an open table: %s1
  155. 4038    Cannot delete an index for an open table: %s1
  156. 4039    Driver does not support long data types in where clauses or computed fields.
  157. 4040    The not null constraint specified for column %s1 has been ignored.
  158. 4041    ROWID not supported.
  159. 4042    Row with this primary key already exists in table.
  160. 4043    Column name is not unique: %s1
  161. 4044    The 32 shared open limit has been exceeded for table: %s1
  162. 4045    Embedded NULL terminators are not allowed in SQL_C_CHAR parameters.
  163. 4046    The charset being used to open table does match charset used to previously open table.  The previous charset will be used.
  164. 4047    Index filter expression does have logical result.
  165. 4048    An OEM charset was specified, but no translation DLL is loaded.  No translation will take place.
  166. 20107    02.11.0000
  167. 20108    length
  168. 20109    max length
  169. 20110    precision
  170. 20111    precision,scale
  171.